home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Kant Generator Pro 1.2 / src / Shell ƒ / util.h < prev    next >
Text File  |  1995-02-13  |  297b  |  7 lines

  1. #define Mymemcpy(a,b,c)            BlockMove(b, a, c);
  2.  
  3. void Mymemset(Ptr output, unsigned char value, unsigned long len);
  4. Boolean Mymemcompare(Ptr thisThing, Ptr thatThing, unsigned long len);
  5. void AppendStr255(Str255 theStr, Str255 appendStr);
  6. void AppendStr255ToHandle(Handle theHandle, Str255 theStr);
  7.